home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GRIPS 2: Government Rast…rocessing Software & Data
/
GRIPS_2.cdr
/
dos
/
ncsa_tel
/
contribu
/
byu_tel2.hqx
/
Read Me - BYU
< prev
next >
Wrap
Text File
|
1989-11-11
|
1KB
|
24 lines
These source files contain the source for NCSA Telnet 2.3 with modifications
made at BYU to add an FTP client. Every source line that was added or changed
at BYU contains the following comment at the end of the line: "/* BYU mod "
There are only three exceptions to this "BYU mod" comment rule, as follows:
1. All references to fields in the structure "VGwin" in file VGTek.c were
changed from ".fieldname" to "->fieldname".
2. All references to fields in the structure "RGMwind" in file RGMac.c were
changed from ".fieldname" to "->fieldname".
3. All of the source in file "ftpbin.c" supports the FTP client functions,
and was added at BYU - no "BYU mod" comments appear in this file.
In the ncsa.rsrc file there is one "DITL" and "DLOG" (open session) changed,
three "vers" changed, one "NCSA" changed, and one "STR#" added with ResEdit.
Also, since we used ResEdit here instead of the Resource Maker (Rez) all
references to the Resource Maker have been commented out in the make files.
The original FTP client source came from NCSA's source for IBM PC's, and
was hacked and beaten upon here at BYU - we're not sure that it's been
entirely beaten into submission yet.